Skip to content

Commit

Permalink
Fixed exclusion of base/mathfunc.h from source tarball.
Browse files Browse the repository at this point in the history
  • Loading branch information
t.youngs committed Mar 27, 2008
1 parent 3ba0f21 commit 20fb17e
Show file tree
Hide file tree
Showing 4 changed files with 34 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Makefile.am
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
SUBDIRS = src

EXTRA_DIST = scripts/*.txt doc/manual.pdf src/gui/icons/*.svg data/filters/*
EXTRA_DIST = scripts/*.txt doc/manual.pdf src/gui/icons/*.svg data/filters/* aten-$(VERSION).spec

#filterdir = $(datadir)/aten/filters
#filter_DATA = data/filters/*
Expand Down
4 changes: 3 additions & 1 deletion aten.spec → aten-0.95.spec
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ Summary: Aten - Atomic configuration builder and editor
Name: %{shortname}
Version: 0.95
Release: 1
Copyright: GPL
License: GPL
%define fullname %{name}-%{version}

# Software group
Expand All @@ -32,6 +32,8 @@ BuildRoot : %{_tmppath}/%{fullname}
# dependencies.
AutoReqProv: yes

BuildRequires: bzip2

# In-depth description.
%description
Aten does some stuff.
Expand Down
29 changes: 29 additions & 0 deletions aten.kdevelop
Original file line number Diff line number Diff line change
Expand Up @@ -216,4 +216,33 @@
<usermanualurl/>
</projectdoc>
</kdevdocumentation>
<dist>
<custom>false</custom>
<bzip>false</bzip>
<archname></archname>
<appname>%{shortname}</appname>
<version>0.95</version>
<release></release>
<vendor>T. Youngs</vendor>
<licence>GPL</licence>
<summary>Aten - Atomic configuration builder and editor</summary>
<group>Applications/Editors</group>
<packager>T. Youngs</packager>
<description>Aten does some stuff.
It really does.

</description>
<changelog>* Mon Mar 24 2008 Tristan Youngs &lt;[email protected]>
- initial version.
</changelog>
<devpackage>false</devpackage>
<docspackage>false</docspackage>
<appicon>false</appicon>
<arch>2</arch>
<genHTML>false</genHTML>
<useRPM>false</useRPM>
<ftpkde>false</ftpkde>
<appskde>false</appskde>
<url></url>
</dist>
</kdevelop>
2 changes: 1 addition & 1 deletion src/base/Makefile.am
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,6 @@ libbase_a_SOURCES = cli.cpp debug.cpp elements.cpp master.cpp prefs.cpp sysfunc.

libsg_a_SOURCES = generator.cpp spacegroup.cpp

noinst_HEADERS = cli.h constants.h debug.h elements.h generator.h master.h mathfunc.cpp prefs.h spacegroup.h sysfunc.h
noinst_HEADERS = cli.h constants.h debug.h elements.h generator.h master.h mathfunc.h prefs.h spacegroup.h sysfunc.h

INCLUDES = -I../ @GUI_CFLAGS@

0 comments on commit 20fb17e

Please sign in to comment.