[jdependency] Fix date ordering in changelog

Stanislav Ochotnicky sochotni at fedoraproject.org
Fri Jun 29 08:47:40 UTC 2012


commit 19076b2081fa9f91c99c5221e4f45a8af13b3a53
Author: Stanislav Ochotnicky <sochotnicky at redhat.com>
Date:   Fri Jun 29 10:45:43 2012 +0200

    Fix date ordering in changelog
    
    - Guidelines fixes

 jdependency.spec |   20 ++++++++------------
 1 files changed, 8 insertions(+), 12 deletions(-)
---
diff --git a/jdependency.spec b/jdependency.spec
index 86f295f..c18a8cb 100644
--- a/jdependency.spec
+++ b/jdependency.spec
@@ -3,7 +3,7 @@
 
 Name:           jdependency
 Version:        0.7
-Release:        2%{?dist}
+Release:        3%{?dist}
 Summary:        This project provides an API to analyse class dependencies
 
 Group:          Development/Libraries
@@ -16,7 +16,6 @@ BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 BuildArch: noarch
 
 BuildRequires:     maven
-#BuildRequires:     maven2-common-poms
 BuildRequires:     maven-compiler-plugin
 BuildRequires:     maven-install-plugin
 BuildRequires:     maven-jar-plugin
@@ -33,12 +32,9 @@ Requires:  objectweb-asm >= 3.2
 Requires:  apache-commons-io
 Requires:  java
 
-Requires(post):    jpackage-utils
-Requires(postun):  jpackage-utils
-
 
 %description
-jdependency is small library that helps you analyze class level 
+jdependency is small library that helps you analyze class level
 dependencies, clashes and missing classes.
 
 %package javadoc
@@ -57,8 +53,6 @@ mvn-rpmbuild -Dmaven.test.failure.ignore=true \
     install javadoc:javadoc
 
 %install
-rm -rf %{buildroot}
-
 # Jar
 mkdir -p %{buildroot}%{_javadir}
 install -Dpm 644  target/%{name}-%{version}.jar  \
@@ -80,22 +74,24 @@ install -Dpm 644 pom.xml %{buildroot}%{_mavenpomdir}/JPP-jdependency.pom
 rm -rf %{buildroot}
 
 %files
-%defattr(-,root,root,-)
 %{_javadir}/*
 %{_mavenpomdir}/*
 %{_mavendepmapfragdir}/*
 %doc LICENSE.txt README.md
 
 %files javadoc
-%defattr(-,root,root,-)
 %{_javadocdir}/%{name}
 %doc LICENSE.txt
 
 %changelog
+* Fri Jun 29 2012 Stanislav Ochotnicky <sochotnicky at redhat.com> - 0.7-3
+- Fix date ordering in changelog
+- Guidelines fixes
+
 * Fri Jan 13 2012 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 0.7-2
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild
 
-* Tue Dec 13 2012 Pierre-Yves Chibon <pingou at pingoured.fr> - 0.7-1
+* Tue Dec 13 2011 Pierre-Yves Chibon <pingou at pingoured.fr> - 0.7-1
 - Update to 0.7
 - Fix BR to not require maven2
 - Fix BR for new package name
@@ -107,7 +103,7 @@ rm -rf %{buildroot}
 * Thu Oct 14 2010 Pierre-Yves Chibon <pingou at pingoured.fr> - 0.6-3
 - Add license to javadoc subpackage
 - Change jakarta-commons-io for apache-commons-io
-- Add BR to maven 
+- Add BR to maven
 
 * Thu Oct 14 2010 Pierre-Yves Chibon <pingou at pingoured.fr> - 0.6-2
 - Rename from vafer-jdependency to jdependency alone


More information about the scm-commits mailing list