]> git.pld-linux.org Git - packages/libisofs.git/blobdiff - libisofs.spec
- updated to 1.5.6.pl01
[packages/libisofs.git] / libisofs.spec
index 6398583948b35a2336576253cee3d689673fef67..a99028763fa7a0e5524f1ebd853ceda106a78a01 100644 (file)
@@ -1,18 +1,18 @@
 Summary:       Library to pack up hard disk files and directories into a ISO 9660 disk image
 Summary(pl.UTF-8):     Biblioteka do pakowania plików i katalogów w obrazy ISO 9660
 Name:          libisofs
-Version:       1.0.6
-Release:       2
+Version:       1.5.6.pl01
+Release:       1
 License:       GPL v2+
 Group:         Libraries
-Source0:       http://files.libburnia-project.org/releases/%{name}-%{version}.tar.gz
-# Source0-md5: 85b8d2c9e378dc01c4b6039bcc1c6b43
-URL:           http://libburnia.pykix.org/
+Source0:       https://files.libburnia-project.org/releases/%{name}-%{version}.tar.gz
+# Source0-md5: fb7fc6677774ec11d2cbde5a6566d37c
+URL:           https://dev.lovelyhq.com/libburnia/web/wiki
 BuildRequires: acl-devel
 BuildRequires: attr-devel
-BuildRequires: libjte-devel >= 1.0.0
+BuildRequires: libjte-devel >= 2.0.0
 BuildRequires: zlib-devel
-Requires:      libjte >= 1.0.0
+Requires:      libjte >= 2.0.0
 BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 
 %undefine      __cxx
@@ -32,7 +32,7 @@ Group:                Development/Libraries
 Requires:      %{name} = %{version}-%{release}
 Requires:      acl-devel
 Requires:      attr-devel
-Requires:      libjte-devel >= 1.0.0
+Requires:      libjte-devel >= 2.0.0
 Requires:      zlib-devel
 
 %description devel
@@ -54,7 +54,7 @@ Static libisofs library.
 Statyczna biblioteka libisofs.
 
 %prep
-%setup -q
+%setup -q -n %{name}-1.5.6
 
 %build
 %configure
@@ -76,7 +76,7 @@ rm -rf $RPM_BUILD_ROOT
 
 %files
 %defattr(644,root,root,755)
-%doc AUTHORS COPYRIGHT NEWS README Roadmap TODO
+%doc AUTHORS COPYRIGHT ChangeLog NEWS README Roadmap TODO
 %attr(755,root,root) %{_libdir}/libisofs.so.*.*.*
 %attr(755,root,root) %ghost %{_libdir}/libisofs.so.6
 
This page took 0.098312 seconds and 4 git commands to generate.