]> git.pld-linux.org Git - packages/xz.git/commitdiff
- up to 4.42.2
authorArkadiusz Miśkiewicz <arekm@maven.pl>
Mon, 10 Dec 2007 13:57:01 +0000 (13:57 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    xz.spec -> 1.35

xz.spec

diff --git a/xz.spec b/xz.spec
index 8b5d431c2d1af05f31c0a4f5c5335d0f5ccbadf7..740f408287f04bb44037c734f65383344e710636 100644 (file)
--- a/xz.spec
+++ b/xz.spec
@@ -1,17 +1,16 @@
 # TODO:
 # - wait for alpha7 which will fix headers installation issue
-%define        snap    alpha6
+%define        snap    alpha
 Summary:       LZMA Encoder/Decoder
 Summary(pl.UTF-8):     Koder/Dekoder LZMA
 Name:          lzma
-Version:       4.42.0
-Release:       0.%{snap}.2
+Version:       4.42.2
+Release:       0.%{snap}.1
 Epoch:         1
 License:       GPL v3+/GPL v2+/GPL v2.1+/Public Domain
 Group:         Applications/Archiving
 Source0:       http://tukaani.org/lzma/%{name}-%{version}%{snap}.tar.gz
-# Source0-md5: a22b0c661472e88942f683dd0f1852f0
-Patch0:                %{name}-fixes.patch
+# Source0-md5: 5cef8b41aecee8ce1c6fbc681701fe61
 URL:           http://tukaani.org/lzma/
 BuildRequires: libstdc++-devel
 # does not need -libs, due apps being not linked with shared lib
@@ -90,7 +89,6 @@ Biblioteka statyczna LZMA.
 
 %prep
 %setup -q -n %{name}-%{version}%{snap}
-%patch0 -p1
 
 %build
 %configure
@@ -100,13 +98,9 @@ Biblioteka statyczna LZMA.
 %install
 rm -rf $RPM_BUILD_ROOT
 
-install -d $RPM_BUILD_ROOT%{_includedir}
-
 %{__make} install \
        DESTDIR=$RPM_BUILD_ROOT
 
-install src/common/lzma*.h $RPM_BUILD_ROOT%{_includedir}
-
 %find_lang %{name}
 
 %clean
@@ -122,7 +116,7 @@ rm -rf $RPM_BUILD_ROOT
 
 %files libs -f %{name}.lang
 %defattr(644,root,root,755)
-%doc AUTHORS COPYING* FAQ NEWS README* THANKS TODO
+%doc AUTHORS COPYING* NEWS README* THANKS TODO
 %attr(755,root,root) %{_libdir}/lib*.so.*
 
 %files devel
@@ -130,6 +124,7 @@ rm -rf $RPM_BUILD_ROOT
 %attr(755,root,root) %{_libdir}/lib*.so
 %{_libdir}/*.la
 %{_includedir}/*.h
+%{_includedir}/lzma
 %{_pkgconfigdir}/*.pc
 
 %files static
This page took 0.036743 seconds and 4 git commands to generate.