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