[atril] add 1.7.1 release to spec file

Wolfgang Ulbrich raveit65 at fedoraproject.org
Sat Jan 25 13:49:05 UTC 2014


commit bb974a8410b174671bd64713d22d9077a343fe75
Author: raveit65 <chat-to-me at raveit.de>
Date:   Sat Jan 25 14:49:23 2014 +0100

    add 1.7.1 release to spec file

 atril.spec |   13 ++++++++-----
 1 files changed, 8 insertions(+), 5 deletions(-)
---
diff --git a/atril.spec b/atril.spec
index 10c19c9..6f1ebc7 100644
--- a/atril.spec
+++ b/atril.spec
@@ -1,5 +1,5 @@
 # Conditional for release and snapshot builds. Uncomment for release-builds.
-# %%global rel_build 1
+%global rel_build 1
 
 # This is needed, because src-url contains branched part of versioning-scheme.
 %global branch 1.7
@@ -14,8 +14,8 @@
 
 Name:          atril
 Version:       1.7.1
-#Release:       1%{?dist}
-Release:       0.1%{?git_rel}%{?dist}
+Release:       1%{?dist}
+#Release:       0.1%{?git_rel}%{?dist}
 Summary:       Document viewer
 License:       GPLv2+ and LGPLv2+ and MIT
 URL:           http://mate-desktop.org
@@ -114,8 +114,8 @@ It adds an additional tab called "Document" to the file properties dialog.
 %prep
 %setup -q%{!?rel_build:n %{name}-%{commit}}
 
-# bundled libtool is busted ):,  force regeneration of something good -- rex
-NOCONFIGURE=1 ./autogen.sh
+# needed for git snapshots
+#NOCONFIGURE=1 ./autogen.sh
 
 
 %build
@@ -220,6 +220,9 @@ fi
 
 
 %changelog
+* Fri Jan 24 2014 Wolfgang Ulbrich <chat-to-me at raveit.de> - 1.7.1-1
+- update to 1.7.1 release
+
 * Wed Jan 22 2014 Wolfgang Ulbrich <chat-to-me at raveit.de> - 1.7.1-0.1.git20140122.26539f8
 - update to git snapshot from 2014.01.22
 


More information about the scm-commits mailing list