[packages/rudiments] - up to 0.33 - add format-security.patch - ghost soname symlink
witekfl
witekfl at pld-linux.org
Tue Jan 14 18:10:50 CET 2014
commit b7b89086d9b6f36684548c6535a4ef20869769d8
Author: Witold Filipczyk <witekfl at poczta.onet.pl>
Date: Tue Jan 14 18:10:06 2014 +0100
- up to 0.33
- add format-security.patch
- ghost soname symlink
rudiments.spec | 12 ++++++++----
1 file changed, 8 insertions(+), 4 deletions(-)
---
diff --git a/rudiments.spec b/rudiments.spec
index 40e3b68..c929787 100644
--- a/rudiments.spec
+++ b/rudiments.spec
@@ -1,12 +1,13 @@
Summary: C++ class library for daemons, clients and servers
Summary(pl.UTF-8): Biblioteka klas C++ dla demonów, klientów i serwerów
Name: rudiments
-Version: 0.30
-Release: 4
+Version: 0.33
+Release: 1
License: LGPL
Group: Development/Libraries
-Source0: http://dl.sourceforge.net/rudiments/%{name}-%{version}.tar.gz
-# Source0-md5: 5fed91a1e01eb8bb821f306d74226086
+Source0: http://downloads.sourceforge.net/rudiments/%{name}-%{version}.tar.gz
+# Source0-md5: 1269218e2eb0b4b19b47945f530ab3e8
+Patch0: format-security.patch
URL: http://rudiments.sourceforge.net/
BuildRequires: automake
BuildRequires: openssl-devel
@@ -62,6 +63,7 @@ Dokumentacja dla biblioteki rudiments.
%prep
%setup -q
+%patch0 -p1
%build
cp -f /usr/share/automake/config.sub .
@@ -83,11 +85,13 @@ rm -rf $RPM_BUILD_ROOT
%files
%defattr(644,root,root,755)
%attr(755,root,root) %{_libdir}/librudiments-*.so.*.*.*
+%attr(755,root,root) %ghost %{_libdir}/librudiments-*.so.1
%files devel
%defattr(644,root,root,755)
%attr(755,root,root) %{_bindir}/rudiments-config
%attr(755,root,root) %{_libdir}/*.so
+%{_mandir}/man1/rudiments-config.1*
%{_libdir}/*.la
%{_includedir}/rudiments
%{_pkgconfigdir}/rudiments.pc
================================================================
---- gitweb:
http://git.pld-linux.org/gitweb.cgi/packages/rudiments.git/commitdiff/b7b89086d9b6f36684548c6535a4ef20869769d8
More information about the pld-cvs-commit
mailing list