[zathura-ps] Update to 0.2.1

Petr Šabata psabata at fedoraproject.org
Tue May 21 16:26:00 UTC 2013


commit 536eb587eee2971a079025488bf04e66adfb01b2
Author: Petr Šabata <contyk at redhat.com>
Date:   Tue May 21 18:25:56 2013 +0200

    Update to 0.2.1

 .gitignore                   |    1 +
 sources                      |    2 +-
 zathura-ps-fix_install.patch |   13 -------------
 zathura-ps.spec              |   21 ++++++---------------
 4 files changed, 8 insertions(+), 29 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 7354770..fb343fe 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,2 +1,3 @@
 /zathura-ps-0.2.0.tar.gz
 /zathura-ps-0.2.1.tar.gz
+/zathura-ps-0.2.2.tar.gz
diff --git a/sources b/sources
index 4d59014..53dd5bb 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-45619e744b69bf16b408b50cf32f2df5  zathura-ps-0.2.1.tar.gz
+338af976c03c0aa1471b156a0efdc45c  zathura-ps-0.2.2.tar.gz
diff --git a/zathura-ps.spec b/zathura-ps.spec
index dcca284..1e43288 100644
--- a/zathura-ps.spec
+++ b/zathura-ps.spec
@@ -1,41 +1,33 @@
 Name:           zathura-ps
-Version:        0.2.1
+Version:        0.2.2
 Release:        1%{?dist}
 Summary:        PS support for zathura via libspectre
-
 Group:          Applications/Publishing
 License:        zlib
 URL:            http://pwmt.org/projects/zathura/plugins/%{name}
 Source0:        http://pwmt.org/projects/zathura/plugins/download/%{name}-%{version}.tar.gz
-Patch0:         zathura-ps-fix_install.patch
-
 Requires:       zathura
-
-BuildRequires:  libspectre-devel, zathura-devel >= 0.2.2 
+BuildRequires:  libspectre-devel
+BuildRequires:  zathura-devel >= 0.2.3
 
 %description
 The zathura-ps plugin adds PostScript support to zathura by
 using the libspectre library.
 
-
 %prep
 %setup -q
-%patch0
-
 
 %build
 CFLAGS='%{optflags}' make %{?_smp_mflags} LIBDIR=%{_libdir} debug
 mv ps-debug.so ps.so
 
-
 %install
-make DESTDIR=$RPM_BUILD_ROOT LIBDIR=%{_libdir} install
-
+make DESTDIR=%{buildroot} LIBDIR=%{_libdir} install
 
 %files
-%doc AUTHORS LICENSE 
+%doc AUTHORS LICENSE
 %{_libdir}/zathura/ps.so
-
+%{_datadir}/applications/%{name}.desktop
 
 %changelog
 * Fri Mar 29 2013 Kevin Fenzi <kevin at scrye.com> 0.2.1-1
@@ -52,4 +44,3 @@ make DESTDIR=$RPM_BUILD_ROOT LIBDIR=%{_libdir} install
 
 * Sun Dec 02 2012 François Cami <fcami at fedoraproject.org> - 0.2.0-1
 - Initial package.
-


More information about the scm-commits mailing list