]> git.pld-linux.org Git - packages/aspectj.git/commitdiff
- release 1
authorJan Rękorajski <baggins@pld-linux.org>
Fri, 29 Oct 2004 19:42:41 +0000 (19:42 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
- added informative post

Changed files:
    aspectj.spec -> 1.6

aspectj.spec

index 362daa55c06f7d5bfdea7ac7924d55b1f8f234cb..4b9c3c5e86b389b6c3035f9d7ad0477fb9fda78d 100644 (file)
@@ -1,7 +1,7 @@
 Summary:       A seamless aspect-oriented extension to the Java programming language
 Name:          aspectj
 Version:       1.2
-Release:       0.2
+Release:       1
 License:       CPL v1.0
 Group:         Development/Languages
 Source0:       http://download.eclipse.org/technology/ajdt/%{name}-%{version}.jar
@@ -57,6 +57,15 @@ EOF
 %clean
 rm -rf $RPM_BUILD_ROOT
 
+%post
+cat <<EOF
+
+ Rmember to add %{_javadatadir}/aspectjtools.jar to your CLASSPATH.
+ This small .jar file contains classes required by any program
+ compiled with the ajc compiler.
+
+EOF
+
 %files
 %defattr(644,root,root,755)
 %doc README* LICENSE* doc/*
This page took 0.110177 seconds and 4 git commands to generate.