SHA256
1
0
forked from pool/libfguid

Accepting request 185034 from devel:libraries:c_c++

specfile cleanup, no meaningful changes
part of summer 2013 libyal refresh for opensuse 13.1

OBS-URL: https://build.opensuse.org/request/show/185034
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/libfguid?expand=0&rev=2
This commit is contained in:
Stephan Kulow 2013-07-31 15:23:36 +00:00 committed by Git OBS Bridge
parent fd5af41e96
commit d6e05a67d6
2 changed files with 23 additions and 12 deletions

View File

@ -1,3 +1,13 @@
-------------------------------------------------------------------
Tue Jul 30 20:38:04 UTC 2013 - Greg.Freemyer@gmail.com
- update comments in specfile
-------------------------------------------------------------------
Mon Apr 22 19:57:33 UTC 2013 - Greg.Freemyer@gmail.com
- ran spec-cleaner
-------------------------------------------------------------------
Thu Apr 4 19:23:46 UTC 2013 - jengelh@inai.de

View File

@ -21,17 +21,18 @@ Name: libfguid
%define timestamp 20130317
Version: 0~%timestamp
Release: 0
License: LGPL-3.0+
Summary: A library for GUID/UUID data types
License: LGPL-3.0+
Group: Development/Libraries/C and C++
Url: http://code.google.com/p/libfguid/
#Git-Clone: http://code.google.com/p/libfguid
#DL-URL: http://libfguid.googlecode.com/files/libfguid-alpha-20130317.tar.gz
Source: %name-alpha-%timestamp.tar.xz
#DL-URL: https://googledrive.com/host/0B3fBvzttpiiSRXdGUVRlX2JQWk0/libfguid-alpha-20130317.tar.gz
Source: %{name}-alpha-%timestamp.tar.xz
BuildRequires: pkg-config
BuildRequires: xz
BuildRequires: pkgconfig(libcerror) >= 20120425
BuildRequires: pkgconfig(libcerror) >= 0~20130609
#not (yet) in factory
#BuildRequires: pkgconfig(libcstring) >= 20120425
BuildRoot: %{_tmppath}/%{name}-%{version}-build
@ -48,7 +49,7 @@ A library for GUID/UUID data types.
%package devel
Summary: Development files for libfguid, a GUID/UUID data type library
Group: Development/Libraries/C and C++
Requires: %lname = %version
Requires: %lname = %{version}
%description devel
A library for GUID/UUID data types.
@ -64,8 +65,8 @@ applications that want to make use of libfguid.
make %{?_smp_mflags}
%install
make install DESTDIR="%buildroot"
rm -f "%buildroot/%_libdir"/*.la
%make_install
rm -f "%{buildroot}/%{_libdir}"/*.la
%post -n %lname -p /sbin/ldconfig
%postun -n %lname -p /sbin/ldconfig
@ -73,13 +74,13 @@ rm -f "%buildroot/%_libdir"/*.la
%files -n %lname
%defattr(-,root,root)
%doc AUTHORS COPYING ChangeLog
%_libdir/libfguid.so.1*
%{_libdir}/libfguid.so.1*
%files devel
%defattr(-,root,root)
%_includedir/libfguid*
%_libdir/libfguid.so
%_libdir/pkgconfig/libfguid.pc
%_mandir/man3/libfguid.3*
%{_includedir}/libfguid*
%{_libdir}/libfguid.so
%{_libdir}/pkgconfig/libfguid.pc
%{_mandir}/man3/libfguid.3*
%changelog